home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5170 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: blitter is slow?
  5. Date: 10 Mar 1996 18:30:27 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <765.6642T925T1091@ifi.uio.no>
  8. References: <4hoe66$kj7@unokegw.unoke.pfu.co.jp>
  9. NNTP-Posting-Host: gymir.ifi.uio.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. >I have programmed on my A1200 030/50mhz that some filled polygons
  13. >rolling on PAL screen.
  14. >I used blitter to draw polygon(line draw, fill it, and copy it),
  15. >and I find out an information that blitter can do 320polygons/sec.
  16. >Of course, we must draw polygon to cleared single bitplane then
  17. >copy(or clear) to n depth planner bitplanes.
  18. >A question is that blitter can't draw more polygons?  Or simply
  19. >my program is slow?
  20.  
  21. Yes, the blitter is slow! It much faster to fill with the CPU.
  22.  
  23. You can write longwords to chipram and you dont need a work-area like when
  24. you use the blitter. Just write directly to the screen.
  25.  
  26.  
  27. I can send you an example source if you like?
  28.  
  29.  
  30.  
  31. <sb>Ludde - Amiga Demo Coder
  32. <sb>Virtual Reality & Official Be developer
  33. <sb>ludvigp@ifi.uio.no
  34.  
  35.